home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t02.cc < prev    next >
C/C++ Source or Header  |  1993-06-08  |  87b  |  7 lines

  1. #include <iostream.h>
  2.  
  3. main()
  4. {
  5.   cout << "Hello, world, from t2.cc!" << endl;
  6. }
  7.